home *** CD-ROM | disk | FTP | other *** search
- on myPlay
- if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
- go("aP")
- else
- go("bP")
- end if
- end
-
- on myUp
- qTHalt()
- scrollMechOne(1)
- end
-
- on myDown
- qTHalt()
- scrollMechOne(2)
- end
-
- on myLeft
- qTHalt()
- scrollMechTwo(1)
- end
-
- on myRight
- qTHalt()
- scrollMechTwo(2)
- end
-
- on myPag
- end
-
- on myDia
- qTHalt()
- go("localXit")
- play movie "07d"
- go("a")
- end
-
- on myNot
- qTHalt()
- go("localXit")
- play movie "07p"
- go("a")
- end
-
- on myPho
- qTHalt()
- go("xit")
- go(1, "07p")
- go("a")
- end
-
- on myVid
- qTHalt()
- go("localXit")
- play movie "07q"
- go("a")
- end
-